home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 2: Applications / Linux Cubed Series 2 - Applications.iso / editors / emacs / xemacs / xemacs-1.006 / xemacs-1 / lib / xemacs-19.13 / lisp / w3 / W3.ad < prev    next >
Encoding:
Text File  |  1995-08-11  |  5.6 KB  |  135 lines

  1. !       File: W3.ad --- app-defaults file for Emacs-W3
  2. !       Info: Copyright ⌐ 1994 William M. Perry <wmperry@spry.com>
  3. !    Created: William M. Perry <wmperry@spry.com>, Feb-25-1995
  4. ! Maintainer: wmperry@spry.com
  5. !
  6. ! This file lists the resources usable by Emacs-W3
  7. !
  8. ! You can use the stuff in this file for examples of how to customize
  9. ! Emacs-w3 for your environment; normally you will do this by copying
  10. ! the few lines you want to alter to your private resource database,
  11. ! which usually lives in a file called .Xdefaults in your home
  12. ! directory.
  13. !
  14. ! All of these resources are from an X11R5 machine running linux, with
  15. ! the default XEmacs font, then letting Emacs-W3 have its way, then
  16. ! dumping the resources to this file
  17. !
  18. ! Generic Emacs Specifications
  19. ! ============================
  20. ! These are included for reference - they are what I use.
  21. !
  22. ! Emacs*foreground:                 white
  23. ! Emacs*background:                 navyblue
  24. ! Emacs*cursorColor:                 red
  25. ! Emacs*pointerColor:                 red
  26. !
  27. ! All of these are for the mouse selection, depending upon your
  28. ! version of emacs, it uses a different face.  *sigh*
  29. !
  30. ! Emacs*region.attributeForeground:         navyblue
  31. ! Emacs*region.attributeBackground:         #FFFFCC
  32. ! Emacs*zmacs-region.attributeForeground:     navyblue
  33. ! Emacs*zmacs-region.attributeBackground:     #FFFFCC
  34. ! Emacs*primary-selection.attributeForeground:     navyblue
  35. ! Emacs*primary-selection.attributeBackground:     #FFFFCC
  36.  
  37. !
  38. ! Heading styles
  39. ! ==============
  40. ! If these are not defined, Emacs-W3 will attempt to scale the default font
  41. ! appropriately if in Lucid Emacs 19.10 or XEmacs 19.11 and newer.
  42. ! If Emacs-W3 cannot scale the fonts (ala Emacs 19.2x), the faces
  43. ! predefined by emacs are used as defaults.  See the variable
  44. ! `w3-faces' for more information on what is defaulted to what.
  45. !
  46. ! You can also specify .attributeForegound and .attributeBackground,
  47. ! but I don't recommend it if specifying fonts as well.
  48.  
  49. Emacs*h1.attributeFont:          -*-courier-bold-r-*-*-*-160-*-*-*-*-*
  50. Emacs*h2.attributeFont:          -*-courier-bold-r-*-*-*-140-*-*-*-*-*
  51. Emacs*h3.attributeFont:          -*-courier-bold-r-*-*-*-130-*-*-*-*-*
  52. Emacs*h4.attributeFont:          -*-courier-bold-r-*-*-*-120-*-*-*-*-*
  53. Emacs*h5.attributeFont:          -*-courier-bold-r-*-*-*-110-*-*-*-*-*
  54. Emacs*h6.attributeFont:          -*-courier-bold-r-*-*-*-100-*-*-*-*-*
  55. !
  56. ! Hypertext link coloration
  57. ! =========================
  58. ! If any of these are not set, Emacs-W3 will try to guess some good
  59. ! defaults based on emacs' predefined faces.
  60. !
  61. ! I recommend only specifying colors, so that lins in headers and such
  62. ! will show up in the correct font.  If you want to specify the font,
  63. ! use the .attributeFont resource.
  64. !
  65. ! If either the foreground or background is left unspecified, then the
  66. ! appropriate color from the default face is used.
  67. !
  68. Emacs*w3-node-style.attributeForeground: yellow
  69. Emacs*w3-visited-node-style.attributeForeground: wheat
  70. !
  71. ! Various logical styles
  72. ! ======================
  73. ! All these faces (and all faces for Emacs-W3 in general) can be
  74. ! defined with:
  75. ! Emacs*tagname.attributeForeground:
  76. ! Emacs*tagname.attributeBackground:
  77. ! Emacs*tagname.attributeFont:
  78. !
  79. ! The default tags are as follows:
  80. !
  81. ! <abbrev>    </abbrev>      -- An abbreviation
  82. ! <abstract>  </abstract>    -- The abstract of a paper
  83. ! <acronym>   </acronym>     -- An acronym
  84. ! <added>     </added>       -- Text added (see also <removed>)
  85. ! <address>   </address>     -- An address
  86. ! <arg>       </arg>         -- For denoting arguments to functions/programs
  87. ! <byline>    </byline>      -- Journalistic bylines
  88. ! <cite>      </cite>        -- Quoted text
  89. ! <cmd>       </cmd>         -- A command
  90. ! <code>      </code>        -- Source code
  91. ! <dfn>       </dfn>         -- The defining instance of a term
  92. ! <em>        </em>          -- Generic emphasis (typically bold)
  93. ! <kbd>       </kbd>         -- Keystrokes
  94. ! <person>    </person>      -- A person
  95. ! <q>         </q>           -- Quoted text, similar to <cite></cite>
  96. ! <removed>   </removed>     -- Text removed from a document (see also <added>)
  97. ! <s>         </s>           -- ???????
  98. ! <samp>      </samp>        -- A sample
  99. ! <strikethru></strikethru>  -- Stricken text
  100. ! <strong>    </strong>      -- Strong text (generally bold)
  101. ! <sub>       </sub>         -- Subscript text
  102. ! <sup>       </sup>         -- Superscript
  103. ! <tt>        </tt>          -- Teletype text - should be proportional font
  104. ! <var>       </var>         -- Variables
  105. !
  106. ! Various physical styles
  107. ! =======================
  108. ! All these faces (and all faces for Emacs-W3 in general) can be
  109. ! defined with:
  110. ! Emacs*tagname.attributeForeground:
  111. ! Emacs*tagname.attributeBackground:
  112. ! Emacs*tagname.attributeFont:
  113. !
  114. ! The default tags for physical styles are as follows:
  115. !
  116. ! <b>       </b>         -- Bold text
  117. ! <big>     </big>       -- Big text
  118. ! <blink>   </blink>     -- AIIIIIIGGGGGHHHHH (gag, puke)
  119. ! <i>       </i>         -- Italicized text
  120. ! <small>   </small>     -- Small text
  121. !
  122. ! Nasty Netscapism Font Tags
  123. ! ==========================
  124. ! If these are not defined, Emacs-W3 will attempt to scale the default font
  125. ! appropriately if in Lucid Emacs 19.10 or XEmacs 19.11 and newer.
  126. !
  127. !Emacs.font0.attributeFont: -*-times-bold-r-normal-*-8-*-*-*-p-*-iso8859-1
  128. !Emacs.font1.attributeFont: -*-times-bold-r-normal-*-10-*-*-*-p-*-iso8859-1
  129. !Emacs.font2.attributeFont: -*-times-bold-r-normal-*-12-*-*-*-p-*-iso8859-1
  130. !Emacs.font3.attributeFont: -*-times-bold-r-normal-*-13-*-*-*-p-*-iso8859-1
  131. !Emacs.font4.attributeFont: -*-times-bold-r-normal-*-14-*-*-*-p-*-iso8859-1
  132. !Emacs.font5.attributeFont: -*-times-bold-r-normal-*-18-*-*-*-p-*-iso8859-1
  133. !Emacs.font6.attributeFont: -*-times-bold-r-normal-*-24-*-*-*-p-*-iso8859-1
  134. !Emacs.font7.attributeFont: -*-times-bold-r-normal-*-36-*-*-*-p-*-iso8859-1
  135.